home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 26 / Mac Magazin and MacEasy Magazine CD - Issue 26.iso / Wissenschaft & Technik / TimGA 1.1 ƒ / Graphs / (1) Small graphs / 05 - Wheel < prev    next >
Text File  |  1995-08-02  |  283b  |  33 lines

  1.  
  2. |V|:    13        // Number of nodes
  3. |E|:    24        // Number of edges
  4.  
  5.     1    2        // Edges are represented as pairs of node numbers...
  6.     2    3
  7.     3    4
  8.     4    5
  9.     5    6
  10.     6    7
  11.     7    8
  12.     8    9
  13.     9    10
  14.     10    11
  15.     11    12
  16.     12    1
  17.     
  18.     1    13
  19.     2    13
  20.     3    13
  21.     4    13
  22.     5    13
  23.     6    13
  24.     7    13
  25.     8    13
  26.     9    13
  27.     10    13
  28.     11    13
  29.     12    13
  30.  
  31. ---
  32. This graph is a wheel.
  33.